home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir37 / catt993.zip / CATT.DOC next >
Text File  |  1993-05-07  |  8KB  |  219 lines

  1. 5-7-93
  2.  
  3.     CATT / ZCOLOR / MAGIK / ZEDITT are copyright by CASTLEsoft Boston.
  4.  
  5.                            Copyright 1989-1993
  6.  
  7.            CATT / ZCOLOR / MAGIK / ZEDITT are written in ZBASIC
  8.  
  9.       and portions  of  the code are copyright by 32Bit Software, Tx.
  10.  
  11.  
  12.      CATT is a program for people who hate mice. It has mouse support,  but
  13.  
  14. it  works much better from the prompt. CATT is a transparent  program  that
  15.  
  16. both  saves  disk space, and organizes your computer interface.  It's  main
  17.  
  18. function is to automate batch files and save the hard disk space they  use.
  19.  
  20. Batch  (BAT) files are nothing more than lists of commands. You use  a  BAT
  21.  
  22. file when there is a series of commands you find yourself repeating  often.
  23.  
  24. Each file you write, no matter how few bytes, takes a fixed amount of  disk
  25.  
  26. space.  Typically this is 2048k (even for 20 bytes). If you use a  lots  of
  27.  
  28. BAT  files, you use up a lot of 'empty' disk room. CATT puts all those  BAT
  29.  
  30. files  into 1 ASCII file, and runs them from this file (Z.FLS). There is  a
  31.  
  32. built-in editor for this file. Each CATT-bat command has a name, and  those
  33.  
  34. names  may  be  listed  sorted, or in order  they  were  entered.  CATT  is
  35.  
  36. transparent, and any command CATT doesn't find in it's own list, is  passed
  37.  
  38. to  DOS.  Commands (Dos or CATT commands) may be  recalled  via  left/right
  39.  
  40. arrows. CATT is =f=a=s=t and you will not see any loss of speed when  using
  41.  
  42. CATT.  CATT  has mouse support for left/right buttons. Press  either  mouse
  43.  
  44. button and the list of CATT commands will be listed (sorted). Use the  left
  45.  
  46. button  to execute a command, the right button to list the contents of  the
  47.  
  48. command.  The execute button will also execute a program in a directory  on
  49.  
  50. your screen.
  51.  
  52.      Included are ZCOLOR, ZEDITT, and MAGIK. Zcolor sets menu bar /  screen
  53.  
  54. colors, as well as the COMport for Magik. Zeditt is a very simple text file
  55.  
  56. (ASCII)  viewer  /  line editor. Magik is a dialer which  keeps  a  compact
  57.  
  58. database of numbers. (see separate DOC for Magik)
  59.  
  60.                                    CATT
  61.  
  62.      CATT is loaded from the DOS prompt by typing KITTY. I suggest you  put
  63.  
  64. KITTY  as  the last line of your AUTOEXEC.BAT. I  have  extensively  tested
  65.  
  66. CATT, and it is my normal computer interface, at home and work. I use  many
  67.  
  68. programs,  including  FAX, Telecom, Word Processing,  Paint  programs,  and
  69.  
  70. Windows  and have found none that caused a crash or any other problem.  (I
  71.  
  72. am  using  DrDos-6, SSTOR (HD compression), EMM386, PCKwik cache,   w/  TWO
  73.  
  74. scanner  drivers,  mouse, 2 comports and more on the  desktop.  The  486slc
  75.  
  76. notebook has all but the scanner drivers, and has only 1 faxmodem). I  have
  77.  
  78. even  loaded DrDos window-like menu program, then loaded Windows on top  of
  79.  
  80. that.
  81.  
  82.      When  CATT is loaded, you will have a 'menu bar' with the current  DIR
  83.  
  84. shown on the left. EXAMPLE:
  85.  
  86. C:\TEXT      CATT 93       (C)1987-93 CASTLEsoft Boston      F1 for HELP
  87. >>>
  88.      The  cursor will be after >>> and there you type any command.  If  the
  89.  
  90. command  is a CATT command it will run the bat-command in Z.FLS  which  has
  91.  
  92. that name. If it is a Dos command, it will be passed to the Dos prompt  and
  93.  
  94. executed. Left/right arrows will recall commands, up to 8 are stored (after
  95.  
  96. which the oldest one is lost as you enter new ones). <F1> will bring up the
  97.  
  98. HELP  screen  for CATT. Press [Enter] and the list of Z.FLS will  be  shown
  99.  
  100. sorted  alphabetically.  Enter '/z' and the list will be displayed  in  the
  101.  
  102. original  order they were entered. '? name'  will show the contents of  the
  103.  
  104. bat-command that is entered as 'name'.
  105.  
  106.      Enter  '/ed'  to get the CATT editor. You can  <A>dd  <D>elete  <E>dit
  107.  
  108. (modify)  your commands in the list. Also included is <C>reate, for  a  new
  109.  
  110. Z.FLS, in case you want to start over for some reason. <C>reate will  empty
  111.  
  112. Z.FLS.  For  your protection, CATT keeps two backups of  Z.FLS  (Z.BAK  and
  113.  
  114. Z.BKK).  Press the letter (a d e q (quit) to get a function. 'a d  e'  will
  115.  
  116. ask  for  a  name. If you press [Enter] on the blank line  it  aborts  that
  117.  
  118. function.  After you enter the name, the <A>dd function will  accept  lines
  119.  
  120. until you enter 'END' to finish the bat. You enter the list of commands you
  121.  
  122. wish to execute when you  enter the name of this CAT bat. example:
  123.  
  124. pro             (name of bat)
  125. c:              (change to drive C:)
  126. cd\procomm      (change to proper directory)
  127. procomm         (run the program)
  128. cd\dwn          (change  to  your download  directory  when  you  exit Procomm)
  129. dir/w           (list the files in the download directory)
  130. END             (finish the bat)
  131.  
  132. Then  you may <S>ave or <Q>uit (in case you misstyped). When you  <E>dit  a
  133.  
  134. CATT bat, you re-type any line you wish to change as it is displayed. Even
  135.  
  136. the  bat-name  can be changed this way. Press [Enter] on a  blank  line  to
  137.  
  138. accept the old command unchanged. To insert a NEW line, begin the line with
  139.  
  140. '+'  sign. (ie: +newcommand). The line will be inserted after  the  present
  141.  
  142. line.  When you press enter to accept the line, it will show the  line  you
  143.  
  144. have just typed. To delete a line, just put '-' sign and press enter.
  145.  
  146.      You  may  use parameters in CATT much like a normal BAT file.  A  very
  147.  
  148. simple example might be one to copy all the files using XCOPY.
  149.  
  150. xc                     (name of bat, must be lower case)
  151. xcopy %1 %2
  152. END                    (all CATT entries end with END, UPPERCASE)
  153.  
  154. Then  typing  'xc a: b:'  would  be the same as typing 'xcopy a:  b:'  CATT
  155.  
  156. will accept several parameters on one line. Parameters on the command  line
  157.  
  158. may be used in any order in the bat file, just like a Dos Bat file. A  CATT
  159.  
  160. command name may be from 1-8 chars. There may by up to 200 commands, of  an
  161.  
  162. 'average' length of 20 bytes (per bat file) (up to 4,000 bytes total). When
  163.  
  164. you do a list of commands, it will also tell you how many commands you have
  165.  
  166. entered.  When  you 'Edit' CATT, you will be told how may lines  have  been
  167.  
  168. used.  Included in Z.FLS is the command 'zl' which will list Z.FLS  so  you
  169.  
  170. can  see how many bytes are used. You can see several examples of  commands
  171.  
  172. in  the included Z.FLS. CATT does not recognize BAT file commands  and  you
  173.  
  174. just use dos commands and programs in the bat files. But you can call a Dos
  175.  
  176. BAT from CATT. (I do have a very few of them).
  177.  
  178.      To  chase the CATT away (ie: exit CATT) enter 'dog' (lower  case).  To
  179.  
  180. reload, type 'kitty'.
  181.  
  182.      The full CATT uses F-KEYS as shown in the HELP screen.
  183.  
  184.  
  185.  
  186.                                   ZCOLOR
  187.  
  188.      Zcolor  sets  colors for the menu-bar and screen characters.  It  also
  189.  
  190. sets the COMport for MAGIK. Just run zcolor and follow the prompts. In  the
  191.  
  192. FULL  version  there  are extra colors, and you are  also  allowed  to  set
  193.  
  194. alternate IRQ's for internal modems.
  195.  
  196.  
  197.  
  198.                                   ZEDITT
  199.  
  200.      This  is a simple ASCII viewer / editor. Run 'zeditt' and it  asks  if
  201.  
  202. you  want  to  <V>iew or <E>dit a file. Zeditt will  accept  paths  in  the
  203.  
  204. filename.  When you <E>dit a file, the operation is the same as the  editor
  205.  
  206. within CATT for Z.FLS. (see above for directions).
  207.  
  208.  
  209.  
  210.        MAGIK (see separate DOC file)
  211.  
  212.  
  213.  
  214.  Don Hinds, the Wyzard of Draper CASTLE, CASTLEsoft, Boston
  215.  
  216.  
  217. CATT  was written as an 'extension' of Bat Commander. Portions of the  code
  218.  
  219. are copyright from 1987 through 1993.